home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
FPCHELP.LZH
/
HELLO.HLP
< prev
next >
Wrap
Text File
|
1988-01-11
|
623b
|
21 lines
\ HELLO.HLP Contains the sign on word for Forth.
CDATE Current date at system generation
CTIME Current time at system gerneration.
<.HELLO> ( --- )
Print some information to tell user about FF.
.HELLO ( --- )
Defered word, that performes .<hello> by default.
HELLO ( --- )
Cold start initialization for FF.
MARK ( | name -- )
Create a mark, that is define a word "name" that
will clear the dictionary back to itself when it
is executed.